LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

OnExecutionError Method

Show in webframe






The System.Exception that represents the error.
Raises the Error event.
Syntax
protected virtual void OnExecutionError( 
   Exception exception
)
'Declaration
 
Protected Overridable Sub OnExecutionError( _
   ByVal exception As Exception _
) 
'Usage
 
Dim instance As WorkstationPresenterBase(Of V)
Dim exception As Exception
 
instance.OnExecutionError(exception)

            

            
protected: virtual void OnExecutionError( 
   Exception* exception
) 
protected:
virtual void OnExecutionError( 
   Exception* exception
) 

Parameters

exception
The System.Exception that represents the error.
Requirements

Target Platforms

See Also

Reference

WorkstationPresenterBase<V> Class
WorkstationPresenterBase<V> Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.